<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
body{
	font:14px/25px Calibri;
	margin:0;
	padding:0;
	color:#424242;
	font-size:14px;
}
a{
	color:#424242;
	text-decoration:none;
}
a img{
	border:none;
}
.cl{
	clear:both;
}
.h20{
	height:20px;
	overflow:hidden;

}
.h10{
	height:10px;
	overflow:hidden;
}

.tnav{
	height:78px;
	
}
ul,h1,h2,p,LI,dl,dt,dd{
	list-style-type:none;
	margin:0;
	padding:0;
}

.fl{
	float:left;
}
.fr{
	float:right;
}
.top{
	height:29px;
	background:#f9f9f9;
    border-bottom: 1px solid #f0f0f0;
	line-height:29px;
}
.top .fl span{
	color:#c00;
	font-weight:bold;
}
.nav .top-nav{
	line-height:78px;
	float:left;
	text-align:center;
	position:relative;
	z-index:100000;
	font-size:14px;
}
.nav .top-nav ul.sub-menu{
	position:absolute;
	z-index:99999;
	line-height:30px;
	display:none;
	
}
.nav .top-nav ul.sub-menu li.top-nav{
	background:#333333;
	height:30px;
	line-height:30px;
	white-space:nowrap;
	min-width:120px;
	position:static;
	text-align:left;
	border-top:1px solid #3e3e3e;
	border-bottom:1px solid #242424;
	font-size:12px;
	z-index:9999999;
	float:none;
}
.nav .top-nav:hover ul.sub-menu{
	display:block;
}
.nav .top-nav ul.sub-menu li.top-nav a{
	color:#FFF;
}
.nav .top-nav a{
	margin:0 10px;
}
.navbg{
	position:absolute;
	height:0px;
	left:0;
	width:100%;
	z-index:-2;
	overflow:hidden;
	top:0;
	background:#f0f0f0;
}
#subMenuContent span.navbg{
	display:none;
	height:0;
	width:0;
	overflow:hidden;
}
.top-nav a:hover{
	color:#ffa126;
}
.logo h1{
	font-size:20px;
	font-weight:500;
	height:68px;
	line-height:68px;
	margin-bottom:10px;
	background:url(image/logo.jpg) no-repeat left center;
	padding-left:90px;
}
#subMenuContent{
	height:2px;
	background:#333333;
	position:absolute;
	top:106px;
	z-index:999;
	overflow:hidden;
}
.subMenu{
	position:absolute;
	display:table;
}
.subMenu li{
	float:left;
	padding:0 3px;
	font-size:12px;
	display:table;
	line-height:30px;
}
.subMenu li a{
	color:#FFF;
	display:table;
	height:30px;
	padding:0 3px;
}
.subMenu li a:hover{
	background:#a1040a;
}
.navbar-default{
	background:none;
}
.navbar-header{
	display:none;
}
.container-fluid{
	width:100%;
}
.indexBan{
	margin:0 auto;
}
.container{
	width:1140px;
	margin:0 auto;
}
#subMenuContent{
	color:#FFF;
	font-size:14px;
	line-height:30px;
}
.indexBan{
	position:relative;
	z-index:1;
}
.aboutBan{
	height:180px;
	width:100%;
	background-image:url(image/aboutbg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}
.anlibg{
	height:180px;
	width:100%;
	background:url(image/anlibg.jpg) no-repeat center top;
}
.newsbg{
	height:180px;
	width:100%;
	background:url(image/newsbg.jpg) no-repeat center top;
}
.telbg{
	height:180px;
	width:100%;
	background:url(image/telbg.jpg) no-repeat center top;
}
.proBanc{
	height:180px;
	width:100%;
	margin:0 auto;
	background:url(image/proban.jpg) no-repeat center top;
}
.telBan{
	height:180px;
	width:100%;
	background:url(image/telbg.jpg) no-repeat center top;
}
#ban{
	position:relative;
	z-index:12;
}
#ban li{
	display:block;
	height:300px;
	width:100%;
	background-position: center center;
	background-repeat:no-repeat;
}
#ban li.banOne{
	background-image:url(image/tmp1.jpg);
}
#ban li.banTwo{
	background-image:url(image/tmp2.jpg);
}
#ban li.banThree{
	background-image:url(image/tmp3.jpg);
}
#ban li.banfour{
	background-image:url(image/tmp4.jpg);	
	}
#ban li.banfive{
	background-image:url(image/tmp5.jpg);	
}
.bx-controls-direction{
	width:1140px;
	max-width:1140px;
	position:absolute;
	left:50%;
	margin-left:-570px;
	z-index:99;
	height:56px;
	margin-top:-320px;
}
.bx-controls-direction a{
	display:block;
	width:56px;
	height:100px;
	opacity:0.1;
	text-indent:-9999px;
	transition:all 0.2s ease-in 0.3s;
}
.bx-controls-direction a:hover{
	opacity:1;
}
.bx-prev{
	float:left;
	background:url(image/arrow_left.jpg);
}
.bx-next{
	float:right;
	background:url(image/arrow_right.jpg);
}
.bx-pager{
	position:absolute;
	z-index:9999;
	_width:100px;
	left:50%;
	overflow:hidden;
	margin-left:-50px;
	margin:-30px auto 0 auto;
}
.bx-pager-item{
	float:left;
	width:25px;
	height:25px;
}
.bx-pager-item a{
	display:block;
	width:25px;
	height:25px;
	text-indent:-9999px;
	background:url(image/leave.png) no-repeat center center;
}
.bx-pager-item a.active{
	background:url(image/over.png) no-repeat center center;
}
.index-main{
	
}
.block_3{
	width:380px;
}
.block_7{
	width:760px;
}
.block_4{
	width:25%;
	overflow:hidden;
	_width:24.8%;
	text-align:center;
}
.block_4 img{
	max-width:100%;
	margin:10px auto 0 auto;
}
.borderR{
	border-right:1px solid #e8e8e8;
}
.content{
	padding:10px;
}
.index-main h2{
	font-size:16px;
}
.index-main h2 span{
	font-size:12px;
	margin-left:10px;
	color:#333;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:normal;
}
.solution li{
	border-bottom:1px solid #e4e4e4;
	height:40px;
	line-height:40px;
	text-align:left;
	transition:background-color 0.2s;
	background:url(image/solutionbg.jpg) no-repeat right center;
}
.solution li a{
	display:block;
	height:40px;
	width:100%;
	overflow:hidden;
	text-align:left;
	transition:all 0.2s;
}
.solution a:hover{
	text-align:center;
	background:#ed1c24;
	color:#FFF;
	text-align:center;
}
.index-product li{
	float:left;
	width:50%;
	margin-bottom:10px;
	text-align:center;
	position:relative;
	_height:201px;
	max-height:201px;
}
.index-product li h2{
	position:absolute;
	background:rgba(3,3,3,.6);
	*background:#333;
	height:30px;
	line-height:30px;
	font-size:12px;
	overflow:hidden;
	width:95%;
	left:2.5%;
	*left:2%;
	bottom:0px;
}
.index-product li h2 a{
	color:#FFF;
}
.index-product li img{
	width:95%;
	height:auto;
	max-width:201px;
	max-height:201px;
	border:1px solid #e4e4e4;
}
.footer{
	background:#666666;
	text-align:center;
	height:40px;
	line-height:40px;
	color:#FFF;
}
.bot{
	background:#dcdcdc;
	text-align:center;
	padding-top:10px;
}
.searchBox{
	border:1px solid #f0f0f0;
	height:57px;
	padding:10px 0;
	background:#f9f9f9;
}
.searchBox h1{
	float:left;
	font-size:16px;
	height:37px;
	line-height:37px;
}.indt{
	font-size:16px;
	height:37px;
	line-height:37px;
	text-align:center;
}
.searchBox h1 span{
	margin-left:10px;
	color:#F00;
	font-size:14px;
	padding:0;
	line-height:37px;
}
#search_block{
	position:relative;
	width:390px;
	z-index:1;
	float:left;
	height:39px;
}
#search_field{
	border:1px solid #c9c9c9;
	padding-left:10px;
	height:37px;
	line-height:37px;
	color:#999;
	width:370px;
	display:block;
	float:left;
	position:relative;
	z-index:2;
}
#search_submit{
	border:none;
	background-color:transparent;
	height:39px;
	display:block;
	text-indent:-999px;
	position:absolute;
	z-index:10;
	right:10px;
	cursor:pointer;
	width:27px;
	background:url(image/search.jpg) no-repeat left 1px;
}
.footer a{
	color:#FFF;
	margin:0 5px;
}
.tel_Email {
    display: table;
	_width:650px;
    margin: 0 auto;
}
.tel_Email li{
	float:left;
	height:30px;
	line-height:30px;
	padding-left:30px;
}
.tel_Email li span {
    background: url("image/ico.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    float: left;
    height: 30px;
    width: 30px;
}.tel_Email li .tel{
	background-position:left -355px;
}
.tel_Email li .qq{
	background-position:left -385px;
}
.tel_Email li .email{
	background-position:left -408px;
}
.weiBo{
	height:50px;
	width:326px;
	margin:0 auto;
}
.weiBo li{
	float:left;
}
.weiBo li a{
	display:block;
	height:50px;
	width:104px;
	background:url(image/ico4.jpg) no-repeat;
}
.weiBo li a.qqwb{
	background-position: left top;
}
.weiBo li a.qqwb:hover{
	background-position:left -50px;
}
.weiBo li a.sina{
	background-position:-106px top;
}
.weiBo li a.sina:hover{
	background-position:-106px -50px;
}
.weiBo li a.weiXin{
	background-position:-220px top;
}
.weiBo li a.weiXin:hover{
	background-position:-220px -50px;
}
.sidebar{
    width: 191px;
	margin-top:15px;
}
.sidebar h1,.local h1{
	font-size:16px;
	line-height:25px;
}
.sidebar h1 span{
	color: #333;
    font-family: Tahoma,Geneva,sans-serif;
    font-size: 12px;
    font-weight: normal;
    margin-left: 10px;
	color:#c00;
}
.sidebar .son{
	border-top:2px solid #c00;
}
.sidebar .son li{
	border:1px solid #e2e2e2;
	border-top:none;
	transition:background 0.2s ease-in 0s;
	line-height:35px;
	padding-left:10px;
	position:relative;
}
.sidebar .son li:hover ul{
	display:block;
	position:absolute;
	left:100%;
	width:auto;
	background:#333;
	top:0px;
}
.sidebar .son li ul{
	display:none;
	white-space:nowrap;
}
.sidebar .son li ul li{
	padding-right:10px;
	border:none;
	border-bottom:1px solid #666;
}
.sidebar li a{
	color:#999999;
}
.sidebar .son li:hover,.sidebar .son .now{
	background:#333333;
	border:none;
}
.sidebar .son li:hover a,.sidebar .son .now a{
	color:#FFF;
}
.sidebar .son ul li:hover{
	background:#999;
}
.sidebar .technical{
	padding-right:80px;
	color:#999999;
	background:url(image/fast_img.gif) no-repeat right center;
	font-size:12px;
}
.sidebar .aboutUs{
	background:url(image/about.gif) no-repeat right center;
}
.more a{
	font-size:11px;
	margin-left:10px;
	color:#c00;
}
.pageRight{
	width:920px;
}
.local{
	height:35px;
	margin-top:15px;
	line-height:35px;
	font-size:12px;
	color:#999999;
	border-bottom:1px solid #e5e5e5;
}
.newsList{
	border-top:2px solid #333333;
}
.newsList th{
	font-size:12px;
	background:#f9f9f9;
	height:40px;
	line-height:40px;
	border-right:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
	
}
.newsList td{
	font-size:12px;
	height:35px;
	line-height:35px;
	border-bottom:1px solid #e5e5e5;
}
.page{
	display:table;
	margin:0 auto;
}
.page a{
	display:block;
	height:25px;
	width:25px;
	font-size:12px;
	text-align:center;
	background:#999;
	float:left;
	line-height:25px;
	margin-right:3px;
	color:#FFF;
	border-radius:2px;
	transition:background 0.2s ease-in 0.2s;
}
.page a:hover,.page a.current{
	background:#333;
}
.newsArt h1{
	font-size:16px;
	line-height:50px;
	text-align:center;
}
.newsArt .info{
	text-align:center;
	color:#999;
	font-size:12px;
}
.newsArt div{
	font-size:12px;
	color:#666;
}
.newsArt div img{
	margin:20px auto;
	max-width:900px;
	display:table;
}
.newsArt table td{
	padding:0 10px;
}

.ImgBox li.proli{
	margin:10px 24px 0 0;
	width:212px;
	float:left;
	
}
.ImgBox li.proli .block{
	padding:3px;
	width:204px;
	overflow:hidden;
	height:204px;
	border:1px solid #e2e2e2;
}
.ImgBox li.proli .title{
	width:192px;
	padding:0 10px;

}
.ImgBox li.proli.noMarginR{
	margin-right:0px;
}
.ImgBox li.proli .title h2{
	height:40px;
	line-height:20px;
	text-align:center;
	font-size:12px;
	overflow:hidden;
	font-weight:normal;
}
.solutionArt{
	width:960px;
	margin:0 auto;
}
.twoFa{
	width:560px;
}
.solutionArt img{
	max-width:960px;
	height:auto;
}
.proBan{
	width:480px;
	height:480px;
	position:relative;
}
.proBan img{
	width:480px;
	height:480px;
}
.proInfo{
	width:440px;
}
.proInfo .c_left{
	font-weight:bold;
}
.proInfo h2{
	font-size:14px;
}
.pnav{
	text-align:center;
	border:1px solid #e5e5e5;
	top:0px;
	background:#fff;
	opacity:0.8;
	max-width:1140px;
	z-index:9999;
}
.pnav td{
	text-align:center;
}
.pnav h2 a{
	font-size:14px;
    background: url(image/prod_pin.png) no-repeat center top;
    display: block;
    height: 55px;
	padding-top:50px;
    overflow: hidden;
    text-align: center;
	margin:0 auto;
	overflow:hidden;
	width:110px;
}
.pnav h2.a a{
	background-position: 5px -20px;
}
.pnav h2.a a:hover{
	background-position: 5px -110px;
	color:#14742d;
}
.pnav h2.b a{
	background-position: -95px -20px;
	
}
.pnav h2.b a:hover{
	background-position: -95px -110px;
	color:#14742d;
}
.pnav h2.c a{
	background-position: -195px -20px;
}
.pnav h2.c a:hover{
	background-position: -195px -110px;
	color:#14742d;
}
.pnav h2.d a{
	background-position: -295px -20px;
}
.pnav h2.d a:hover{
	background-position: -295px -110px;
	color:#14742d;
}
.pnav h2.e a{
	background-position: -395px -20px;
}
.pnav h2.e a:hover{
	background-position: -395px -110px;
	color:#14742d;
}
.pnav h2.f a{
	background-position: -495px -20px;
}
.pnav h2.f a:hover{
	background-position: -495px -110px;
	color:#14742d;
}
.twoF{
	width:570px;
}
.input-textarea{
	border:1px solid #e5e5e5;
	height:30px;
	line-height:30px;
	border-radius:3px;
	width:300px;
}
#comment{
	border:1px solid #e5e5e5;
	height:130px;
	line-height:30px;
	border-radius:3px;
	width:470px;
}
#submit{
	border-radius:5px;
	height:30px;
	width:120px;
	background:#333;
	border:none;
	color:#FFF;
	margin-left:160px;
}
.blcok_third{
	width:366px;
}
.four_one li{
	width:25%;
	float:left;
}
.blcok_third li{
}
.blcok_third li em{
	margin-right:5px;
	color:#19c16b;
	font-weight:bold;
	font-style:normal;
}
.blcok_third li a:hover em{
	color:#000;
}
.blcok_third dl{
	border:1px solid #e5e5e5;
	border-radius:3px;
	margin-bottom:4px;
	line-height:30px;
}
.blcok_third dt{
	color:#333;
	padding:0 5px;
	font-size:14px;
	background:#e5e5e5;
}
.blcok_third dd{
	padding:0 5px;
}
.list-equiment table{
	width:100%;
	line-height:30px;
	text-align:center;
	background:#e5e5e5;
}
#tedian th,.list-equiment th{
	font-size:14px;
	text-align:center;
	background:#333;
	border-radius:5px 5px 0 0;
	color:#FFF;
}
#tedian td{
	border:1px solid #e5e5e5;
	text-align:center;
}
.list-equiment td{
	background:#FFF;
}
.fanganBox li{
	width:50%;
	float:left;
	margin-bottom:20px;
}
.fanganBox li .title{
	height:30px;
	line-height:30px;
	text-align:center;
	width:480px;
	font-size:14px;
	background:#e5e5e5;
	border-radius:0 0 5px 5px;
	transition:all  0.2s ease-in 0.2s; 
}
.fanganBox li .title:hover{
	background-color:#333;
}
.fanganBox li .title:hover a{
	color:#FFF;
}
/*kefu*/
#leftsead {
    height: 143px;
    position: fixed;
    right: 0;
    top: 258px;
	z-index:9999999;
    width: 131px;
	_position:absolute;
	_top:expression(eval(document.documentElement.scrollLeft+10));top:expression(eval(document.documentElement.scrollTop+258));
}
#leftsead li{
	width:131px;
	height:60px;
}
#leftsead li img{
	float:right;
}
#leftsead li a{
	height:49px;
	float:right;
	display:block;
	min-width:47px;
	max-width:131px;
}
#leftsead li .shows{
	display:block;
}
#leftsead li .hides{
	margin-right:-143px;
	cursor:pointer;
	cursor:hand;
}
#leftsead li a.youhui .hides{
	display:none;
	position:absolute;
	right:190px;
	top:2px;
}
.faqcategory{
	height:280px;
	background-image:url(image/main-bg.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}
.faqcategory .searchBox{
	border:none;
	background:none;
}
.faqcategory h1,.faqcategory p{
	color:#FFF;
	text-align:center;
	float:none;
}
.alert{
	border: 1px solid #e9e6c4;
	background:#fefbdc url(image/support.png) no-repeat center 10px;
	padding:70px 10px 10px 10px;
}
.pageArt h1{
	text-align:left;
}
.pageArt p{
	margin:10px 0;
	font-size:14px;
}
.pageArt .imageP{
	margin-right:15px;
	border:3px double #e6e6e6;
}
.pageArt .kouhao{
	border-top:1px dashed #e3e3e3;
}
.pageArt .wenhua{
	background:url(image/ry.png) no-repeat right -20px;
}
.pageArt .wenhua dt{
	background:#e6e6e6;
	font-size:14px;
	font-weight:bold;
	border-radius:2px;
	height:30px;
	line-height:30px;
	text-indent:24px;
	margin:10px 0;
}
.pageArt .wenhua dd{
	list-style-type:hiragana-iroha;
	list-style-position:outside;
	text-indent:24px;
	line-height:30px;
	font-family:宋体;
}
.pageArt ul.hornor li {
    border: 1px solid #ddd;
    display: block;
    float: left;
    height: 258px;
    margin-bottom: 20px;
    margin-right: 15px;
    overflow: hidden;
    text-align: center;
    width: 167px;
}
.pageArt ul.hornor li img {
    height: 178px;
    margin: 15px auto;
    overflow: hidden;
    width: 136px;
}
.pageArt ul.hornor li span {
    background: none repeat scroll 0 0 #ebebeb;
    color: #666;
    display: block;
    font-size: 14px;
    height: 44px;
    overflow: hidden;
    padding: 3px;
    white-space: normal;
}
.pageArt table.fuwu{
	background:#e6e6e6;
	width:100%;
}
.pageArt table.fuwu td{
	background:#FFF;
}
.pageArt table.fuwu td div{
	width:264px;
	margin:0 auto;
}
.pageArt table.fuwu td div h2{
	font-size:16px;
	line-height:40px;
	text-align:center;
	border-bottom:1px solid #e6e6e6;
}
.pageArt table.fuwu td div img{
	margin:5px 0;
}
.scro{
	position:fixed;
	top:0;
	background:#FFF;
	_position:absolute;
	_top:expression(eval(document.documentElement.scrollLeft+10));top:expression(eval(document.documentElement.scrollTop+0));
}
.local .son{
	margin-left:20px;
}
.local{
	
}
.local .son li{
	float:left;
	margin:0 5px;
	padding:0 5px;
	transition:all 0.2s ease-out 0.3s;
}
.local .son li.now,.local .son li:hover{
	background:#333;
	border-radius:2px 2px 0 0;
}
.local .son li.now a,.local .son li:hover a{
	color:#FFF;
}
.prolocal{
	position:fixed;
	top:0;
	width:1140px;
	margin:0;
	background:#f9f9f9;
	_position:absolute;
	_top:expression(eval(document.documentElement.scrollLeft+10));top:expression(eval(document.documentElement.scrollTop+0));
}
.prolocal .fr{
	display:none;
}
.proli .c_right{
	display:none;
}
.proli .post-meta li{
	float:left;
	line-height:30px;
}
.proli .post-meta li .c_left{
	background:#c8c8c8;
	border-radius:2px;
	color:#fff;
	padding:5px;
	margin-right:10px;
	cursor:pointer;
	transition:background 0.2s ease-in 0.2s;
}
.proli .post-meta li .c_left:hover{
	background:#333;
}
.proli .show{
	color: #00883c;
}
.proli .show li{
	line-height:25px;
	color:#333;
}
.pageRight h2.t{
	font-size:14px;
	border-bottom:1px dashed #e6e6e6;
	height:40px;
	line-height:40px;
	overflow:hidden;
}
.pageRight h2.t .sonc{
	float:right;
	max-width:500px;
	overflow:hidden;
}
.pageRight h2.t .sonc li{
	float:left;
	margin-left:5px;
	font-size:12px;
	font-weight:normal;
}
.cond{
	width:33%;
	float:left;
}
.telpage{
	border:1px dashed #e6e6e6;
	padding:20px 0;
	border-left:none;
	border-right:none;
}
#equiment_xg li{
	float:left;
	margin-right:15px;
	width:216px;
}
#equiment_xg li .block{
	padding:3px;
	width:208px;
	overflow:hidden;
	border:1px dashed #e6e6e6;
}
#equiment_xg li .block:hover{
	border:1px dashed #eaeaea;
}
#equiment_xg li h2,#anli_xg li h2{
	font-size:12px;
	text-align:center;
}
#anli_xg li{
	width:372px;
	float:left;
}
#anli_xg li.mid{
	margin:0 12px;
}
#anli_xg li .block{
	padding:3px;
	width:364px;
	border:1px dashed #e6e6e6;
}
#scrollbar{
	height:250px;
	margin-top:5px;
	overflow-y:scroll;
	*width:340px;
}
.error h1{
	text-align:center;
	font-size: 24px;
	font-weight:800;
	line-height:70px;
}
.backhome{
	display:block;
	background:#f86d18;
	font-size:18px;
	padding:11px 19px;
	margin:0 auto;
	width:100px;
	height:30px;
	font-size:16px;
	transition:background 0.2s ease-in 0.2s;
	color:#FFF;
	border-radius:2px;
}
.backhome:hover{
	background:#333;
}
.pcontainer{
	width:960px;
}
.jiegouimg{
	display:table; 
	margin:0 auto; 
	width:720px;
}
.faq_content{
	width:610px;
	margin:0 auto;
}
.faq_content #search_field{
	width:606px;
}
.faq_content #search_block{
	width:608px;
}
.anlicontainer{
	width:980px;
	margin:0 auto;
}
#pagecomment #comment{
	width:370px;
}
.canshu{
	background:#eee;
	text-align:center;
	width:100%;
}
.canshu td{
	background:#FFFFFF;
}
.canshu th{
	background:#333;
	color:#FFFFFF;
}
.shouji{
	display:none;
}
/*4.3寸*/
@media only screen and (min-width: 240px) and (max-width: 767px) {
	table.fuwu,.index-service,#tedian table,.local div.fr,#pnav,.weiBo,.sidebar,.pabout,.con-d,#dituContent,.top,#subMenuContent,.nav .top-nav .navbg,#leftsead,.searchBox,.block_7,.tel_Email,#leftMenu,.solution{
		display:none;
	}
	.shouji{
		display:block;
	}
	.shouji,.shouji video{
		width:100%;
		margin:0 auto;
	}
	.logo h1{
		font-size:24px;
		font-weight:bold;
			
	}
	.container{
		width:99%;
		margin:0 auto;
	}
	#ban li{
		background-size:auto 200px;
		height:180px;
		width:100%;
	}
	.nav{
		position:fixed;
		left:0;
		width:100px;
		height:100%;
		top:0;
		z-index:20140401;
		left:-100px;
		background:#333;
	}	
	.nav .top-nav {
    	float: none;
    	font-size: 14px;
		font-weight:bold;
    	height: 35px;
    	line-height: 35px;
		width:100px;
    	overflow: hidden;
		padding:0;
		overflow:hidden;
		border-bottom:1px solid #232323;
		border-top:1px solid #464646;
		margin:0;
	}
	.nav .top-nav a{
		color:#FFF;
	}
	.navbar-header{
		display:block;
		position:fixed;
		z-index:20150401;
		top:18px;
		right:0;
	}
	.navbar-brand{
		display:block;
		width:30px;
		height:30px;
		background:#333;
		background:url(image/menu_bars.png) no-repeat center center;
		text-indent:-20000px;
	}
	.block_3{
		width:100%;
		float:none;
	}
	.aboutBan,.telbg,.proBanc,.anlibg,.newsbg{
		background-size:auto 100px;
		height:100px;
	}
	.pageRight,.telbg,.proBanc,.newsbg{
		float:none;
		width:90%;
		padding:0 5%;
	}
	.pageRight img{
		width:100%;
		height:auto;
	}
	.pageRight .imageP img{
		width:150px;
		height:83px;
	}
	.pageRight .fuwu img{
		width:100px;
		height:46px;
	}
	.pageArt table.fuwu td div{
		width:auto;
	}
	.pageArt ul.hornor li{
		width:44%;
		margin:20px 2%;
	}
	.ImgBox li.proli,#equiment_xg li{
		width:45%;
		margin:10px 2%;
	}
	.ImgBox li.proli .block,#equiment_xg li .block{
		width:100%;
		height:auto;
	}
	.proBan{
		float:none;
		width:100%;
		max-width:480px;
		height:auto;
		max-height:320px;
	}
	.proBan img{
		width:100%;
		max-width:480px;
		height:auto;
		max-height:320px;
	}
	.proInfo{
		width:99%;
		margin:10px auto;
		float:none;
	}
	.pnav h2 a{
		width: auto;
	}
	.jiegouimg{
		width:100%;
	}
	.jiegouimg img{
		width:100%;
		height:auto;
	}
	#canshu {
		width:90%;
		overflow:hidden;
		display:none;
	}
	#canshu table td{
		word-break:break-all; 
		word-wrap:break-word;
	}
	#anli_xg li{
		float:none;
		width:100%;
		margin:5px 0;
	}
	#anli_xg li.mid{
		margin:5px 0;
	} 
	#anli_xg li .block{
		width:96%;
		padding:1%;
		float:none;
		margin:0 auto;
	}
	#anli_xg li .block img{
		width:100%;
		height:auto;
	}
	.twoF{
		float:none;
		width:100%;
	}
	.input-textarea{
		width:50%;
	}
	#comment{
		width:90%;
	}
	.faqcategory{
		height:100px;
		
	}
	.faq_content{
		width:80%;
		margin:0 auto;
	}
	.faq_content #search_field{
		width:100%;
	}
	.faq_content #search_block{
		width:100%;
	}
	.anlicontainer{
		width:99%;
		margin:0 auto;
	}
	.fanganBox li {
		width:100%;
		float:none;
	}
	.fanganBox li div{
		float:none;
		margin:0 auto;
	}
	.fanganBox li div img{
		width:100%;
		height:auto;
		max-width:480px;
	}
	.fanganBox li .title{
		width:100%;
	}

	.newsArt,.solutionArt{
		width:99%;
		margin:0 auto;
	}
	.newsArt img,.solutionArt img{
		width:100%;
		height:auto;
	}
	.list-equiment table{
		white-space:normal;
	}
	.local h1{
	
	}
	#pagecomment #comment{
		width:80%;
	}
	.ImgBox li.proli .title{
		width:100%;
		padding:0;
	}
}
.index-tel span{
	color:#c00;
}
.index-cat li{
	font-size:12px;
	background: rgba(0, 0, 0, 0) url("image/solutionbg.jpg") no-repeat scroll 5px center;
	padding-left:25px;
}
.index-cat li a{
	color:#003781;
}
#index-cat{
	position:relative;
	
}
</pre></body></html>